-
Notifications
You must be signed in to change notification settings - Fork 6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enhance the behavior of the method that loads llm_config and add new tests #3321
Conversation
There's an error on macOS build. A URL on Huggingface is timing out (working fine locally). I can take a look at it later tonight |
Are you willing to update the PR to ensure all tests pass? |
This PR is against AutoGen 0.2. AutoGen 0.2 has been moved to the 0.2 branch. Please rebase your PR on the 0.2 branch or update it to work with the new AutoGen 0.4 that is now in main. |
Looks like this is stale, if you want to pick this up again please feel free to reopen. Thanks! |
Why are these changes needed?
The current _validate_llm_config method contains redundancy and lacks comprehensive issue checks (for example, I was passing a string for tags and it didn't complain and required 30 minutes to debugging to figure out what the issue was). This improved version addresses these problems and includes 2 news tests.
Previous PR. Re-opening from upstream per Sonichi's comment.
Related issue number
Checks